home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Jul 90 / MacApp.Tech$ 7⁄6⁄90 / 1517-ExampleDraw Update / For THINK Pascal 3.0 / THINK Diffs / UExampleDraw.inc1.p.diff next >
Encoding:
Text File  |  1990-06-19  |  727 b   |  18 lines  |  [TEXT/MPS ]

  1. File #1: :UExampleDraw.inc1.p
  2. File #2: :MPW Source:UExampleDraw.inc1.p
  3.  
  4. Extra lines in 1st before 64 in 2nd (File ":UExampleDraw.inc1.p"; Line 64:65; File ":MPW Source:UExampleDraw.inc1.p"; Line Δ64)
  5.   64        kPatArraySize       =   kPats-1;
  6.   65        kSizeArraySize      =   kSizes-1;
  7.  
  8.  
  9. Nonmatching lines (File ":UExampleDraw.inc1.p"; Line 68:69; File ":MPW Source:UExampleDraw.inc1.p"; Line 66:67)
  10.   68        gPatterns:              ARRAY[0..kPatArraySize] OF TQuickDrawPattern;
  11.   69        gSizes:                 ARRAY[0..kSizeArraySize] OF Point;
  12.  
  13.   66        gPatterns:              ARRAY[0..kPats-1] OF TQuickDrawPattern;
  14.   67        gSizes:                 ARRAY[0..kSizes-1] OF Point;
  15.  
  16.  
  17. *** EOF on both files at the same time ***
  18.